home *** CD-ROM | disk | FTP | other *** search
- UNIX et.c.
-
- OTHER OSses, you of course need to recompile. Glance at HACK.TXT to glean
-
- This stuff has been so far successfully compiled on
-
- MSDOS Intel-PC (binaries available)
- Sun Sparc 10
- HP Apollo DN600 (or so)
- Amiga (binaries available)
- Atari ST (binaries available)
-
-
- -------------------------------------------------------------------------
- INSTALLATION DOC
-
-
- SHELL users
-
- 1 - Put the binaries in \bin or whereever you store your
- binaries. Make sure that you got your PATH right.
- [printenv]
-
- 2 - Put the include files and the libraries, where you think they
- should belong on your system. Set the environment variables INCLUDE
- and LIBRARY to the header path and the library path respectively
- (can be the same of course). like :
- setenv INC65 'c:\asm65\header'
- setenv LIB65 'c:\asm65\lib'
-
- (for UNIX this might be f.e:
- setenv INC65 /usr/local/lib/nasm65/header
- setenv LIB65 /usr/local/lib/nasm65/lib)
-
-
- That's it!!
-
-
-
- DESKTOP USERS
-
- Copy all header, object and library files to the directory the
- sources you will double-click on reside in.
- Install NASM65.TTP as a .TOS application for filetype .S65
- Install NLINK65.TTP as a .TTP application for filetype .O65
- Install DEMAC65.TTP as a .TOS application for filetype .M65
- Install DISASM65.TTP as a .TOS application for filetype .COM
- Save your DESKTOP arrangement.
-
- Better yet, get a shell.
-